home *** CD-ROM | disk | FTP | other *** search
- HELP«»TEXT is a program that is designed to make it easier for
- software developers to place on-line help message boxes in their
- programs. An example of one such system is Microsoft's
- Multiplan. When you pull down the 'About Multiplan...' command
- in the Apple menu, you are presented with a Standard File type
- of dialog that lists the names of all of the help topics to choose
- from.
-
- This program works only with vanilla text files. It cannot do fancy
- formatting like is available in Microsoft Word. This program is not
- meant to be the answer for everyone, but hopefully it can provide
- enough ideas to make the job easier for anyone wishing to put
- such a capability in their programs.
-
- While it would no doubt be easier to simply use text files for
- the task of on-line help, it is not as nice a solution as using a
- resource file dedicated to the purpose. You would need to keep
- a seperate text file for each help topic. This is not necessary
- when we convert the text into a resource, because we can store
- many resources in one file.
-
- To learn more about this program, the source code is available.
- Also, I suggest that you make a copy of the application and then
- pick apart the resources using both the European resource editor
- and Apple's resource editor. It is easy enough to change many
- parameters of the program's operation, so if you are using a
- C compiler, have fun!
-